chore(deps): update dependency @nomicfoundation/hardhat-ignition-viem to v0.15.16#229
Conversation
… to v0.15.16 Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
| @@ -196,7 +196,7 @@ | |||
|
|
|||
| "@nomicfoundation/hardhat-ignition": ["@nomicfoundation/hardhat-ignition@0.15.15", "", { "dependencies": { "@nomicfoundation/ignition-core": "^0.15.14", "@nomicfoundation/ignition-ui": "^0.15.13", "chalk": "^4.0.0", "debug": "^4.3.2", "fs-extra": "^10.0.0", "json5": "^2.2.3", "prompts": "^2.4.2" }, "peerDependencies": { "@nomicfoundation/hardhat-verify": "^2.1.0", "hardhat": "^2.26.0" } }, "sha512-4uLp5MOyaW0gUYGAxiA8GikGIo8SLBijpxakFI3BpofUoeRXnnQdNtRJT9aAKD8ENfvFQrNFin0Z1VlXjXurkA=="], | |||
There was a problem hiding this comment.
Bug: Updating @nomicfoundation/hardhat-ignition-viem introduces peer dependency mismatches for @nomicfoundation/hardhat-ignition and @nomicfoundation/ignition-core.
Severity: CRITICAL | Confidence: High
🔍 Detailed Analysis
The PR updates @nomicfoundation/hardhat-ignition-viem to 0.15.16, which requires @nomicfoundation/hardhat-ignition@^0.15.16 and @nomicfoundation/ignition-core@^0.15.15. However, the bun.lock file retains @nomicfoundation/hardhat-ignition@0.15.15 and @nomicfoundation/ignition-core@0.15.14. This mismatch will cause runtime failures when the hardhat ignition module is loaded or executed, specifically impacting ignition/modules/main.ts.
💡 Suggested Fix
Update @nomicfoundation/hardhat-ignition to at least 0.15.16 and @nomicfoundation/ignition-core to at least 0.15.15 in the bun.lock file.
🤖 Prompt for AI Agent
Review the code at the location below. A potential bug has been identified by an AI
agent.
Verify if this is a real issue. If it is, propose a fix; if not, explain why it's not
valid.
Location: bun.lock#L197
Potential issue: The PR updates `@nomicfoundation/hardhat-ignition-viem` to `0.15.16`,
which requires `@nomicfoundation/hardhat-ignition@^0.15.16` and
`@nomicfoundation/ignition-core@^0.15.15`. However, the `bun.lock` file retains
`@nomicfoundation/hardhat-ignition@0.15.15` and
`@nomicfoundation/ignition-core@0.15.14`. This mismatch will cause runtime failures when
the hardhat ignition module is loaded or executed, specifically impacting
`ignition/modules/main.ts`.
Did we get this right? 👍 / 👎 to inform future reviews.
Reference ID: 5329979
📦 Packages
|
This PR contains the following updates:
0.15.15->0.15.16Warning
Some dependencies could not be looked up. Check the Dependency Dashboard for more information.
Release Notes
NomicFoundation/hardhat (@nomicfoundation/hardhat-ignition-viem)
v0.15.16Compare Source
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.
Summary by cubic
Updated @nomicfoundation/hardhat-ignition-viem from 0.15.15 to 0.15.16 to align with the latest Ignition peer dependencies. Only package.json and bun.lock changed.
Written for commit 4fcd044. Summary will update automatically on new commits.